create Audios From Video
abstract fun createAudiosFromVideo(videoFill: DesignBlock, options: AudioFromVideoOptions = AudioFromVideoOptions()): List<DesignBlock>
Create multiple audio blocks by extracting all audio tracks from a video fill block.
Return
a list of handles for the newly created audio blocks, one per track.
Parameters
video Fill
the video fill block to extract audio from.
options
the options for configuring the audio extraction operation.